Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization
header prefixed with "Bearer" and then a single space.
Path Parameters
The id
of the referenced Shipment
.
Required range:
x >= 1
Body
application/json
Primary tracking number for the shipment.
Example:
"987654321"
Description of the primary tracking number.
Example:
"FedEx Ground"
Alternate tracking number for the shipment.
Example:
"123456789"
Description of the alternate tracking number.
Example:
"FedEx Alternate"
Courier code for the manifest.
Example:
"FEDEX"
Response
OK - The operation completed successfully and there is no response body.